home *** CD-ROM | disk | FTP | other *** search
/ MacWorld: Conference & Expo 2005 / Macworld Conference and Expo - Documentation CD-ROM (2004).iso / mac / Adobe Reader 6.0 / Adobe Reader 6.0.app / Contents / Resources / Adobe Reader.rsrc / EXVW_10097_admEmbedFonts < prev    next >
Text File  |  2004-01-30  |  301b  |  12 lines

  1. dialog(name: '$$$/Dialogs/EmbedFonts')
  2. {
  3.     group()
  4.     {
  5.         view(align_children: align_row, alignment: align_fill)
  6.         {
  7.             user_item(item_id: 'hicn', width: 32, height: 32);
  8.             static_text(item_id: 'desc', height: gEditTextHeight, width: max_char_width()*30, alignment: align_fill);
  9.         }
  10.         ok_cancel();
  11.     } 
  12. }